Crate bevy_derive

source ·

Attribute Macros

Derive Macros

Generates an impl of the AppLabel trait.
Implements Deref for single-item structs. This is especially useful when utilizing the newtype pattern.
Implements DerefMut for single-item structs. This is especially useful when utilizing the newtype pattern.
Generates a dynamic plugin entry point function for the given Plugin type.